home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir31 / sbf3.zip / DACDIR.TXT < prev    next >
Text File  |  1993-09-19  |  1KB  |  32 lines

  1. This is some short test code that I put together to drive the
  2. Soundblaster's DAC in both DMA and direct mode. There are two programs:
  3.  
  4. DACDMA.EXE            Outputs a raw 8 bit sample file to the DAC in
  5.                     DMA mode.
  6.  
  7. DACDIR.EXE            Outputs a raw 8 bit sample file to the DAC in
  8.                     direct mode.
  9.  
  10. Unfortunately DACDIR has seemed to have stopped working for some reason.
  11. If someone can tell me what has gone wrong, please send me some mail.
  12.  
  13. The IO address and IRQ for the Soundblaster are stored in the file
  14. SBP_CHK.ASM, and are set using the BLASTER environment variable.
  15. Note also, that the samples are only played in mono on the SB Pro. I
  16. haven't yet worked out how to use it in stereo.
  17.  
  18. As a bonus, I have included a program that will read the Soundblaster
  19. Pro's mixer chip and report what the current volume settings are. I have
  20. a little more documentation for it, but I haven't got around to writing
  21. it up properly yet. It is just some random scribblings.
  22.  
  23. I have now added a short program that makes use of the CT-VOICE.DRV
  24. driver to play .VOC files. It isn't very well commented but it should
  25. give you an idea of how to use the driver.
  26.  
  27. Any comments or suggestions (or especially more programming information)
  28. can be directed to cejjb@marlin.jcu.edu.au.
  29.  
  30.                                         Jeff Bird         12 Feb 92
  31.  
  32.